Skip to content

feat(gotester): added gotester for go build speedups#14

Merged
bosbaber merged 2 commits intomainfrom
stephan/20260520-added-gotester
Apr 20, 2026
Merged

feat(gotester): added gotester for go build speedups#14
bosbaber merged 2 commits intomainfrom
stephan/20260520-added-gotester

Conversation

@bosbaber
Copy link
Copy Markdown
Contributor

@bosbaber bosbaber commented Apr 20, 2026

This pull request introduces a new pre-built Docker image, gotester, designed to streamline Go unit testing, mock-service testing, and linting in CI workflows for the interledger-app ecosystem. The image consolidates several tools and dependencies previously installed separately in CI pipelines, and accompanying documentation has been added to describe its contents and usage.

New Go Tester image and documentation:

  • Added a new Dockerfile, gotester/Dockerfile, which builds an image based on golang:1.25-alpine and installs essential tools for Go testing and CI, including Go 1.25, golangci-lint v2.5.0, Atlas CLI, PostgreSQL 17 client, and other utilities.
  • Added a detailed gotester/README.md explaining the purpose, included tools, replaced workflow steps, and example usage of the new image in GitHub Actions.
  • Updated the main README.md to include a description of the new Go Tester image alongside other custom images in the ecosystem.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new gotester builder image intended to speed up CI by consolidating Go testing/linting dependencies into a single pre-built container for use in interledger-app workflows.

Changes:

  • Introduces a gotester Docker image with Go, golangci-lint, Atlas CLI, and Postgres client tooling.
  • Adds documentation for the new image and its intended GitHub Actions usage.
  • Updates the repository root README to list the new image.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
gotester/Dockerfile Defines the new CI container image and installs required tooling.
gotester/README.md Documents included tools, intended CI usage, and local build instructions.
README.md Adds Go Tester to the catalog of available images.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gotester/Dockerfile Outdated
Comment thread gotester/Dockerfile Outdated
Comment thread gotester/README.md
@bosbaber bosbaber merged commit 3dd56c0 into main Apr 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants